| Fully Qualified Name: | Laminas\Router\Http\Hostname |
| Implements: | RouteInterface |
Hostname route.
| Name | Description | Defined By |
|---|---|---|
| __construct() | Create a new hostname route. | Hostname |
| assemble() | assemble(): Defined by RouteInterface interface. | Hostname |
| factory() | factory(): defined by RouteInterface interface. | Hostname |
| getAssembledParams() | getAssembledParams(): defined by RouteInterface interface. | Hostname |
| match() | match(): defined by RouteInterface interface. | Hostname |
Create a new hostname route.
| Parameter Name | Type | Description |
|---|---|---|
| $route | string | |
| $constraints | array | |
| $defaults | array |
Returns:
assemble(): Defined by RouteInterface interface.
| Parameter Name | Type | Description |
|---|---|---|
| $params | array | |
| $options | array |
Returns: mixed
factory(): defined by RouteInterface interface.
| Parameter Name | Type | Description |
|---|---|---|
| $options | array|\Traversable |
Returns: \Hostname
getAssembledParams(): defined by RouteInterface interface.
Returns: array
match(): defined by RouteInterface interface.
| Parameter Name | Type | Description |
|---|---|---|
| $request | \Request |
Returns: \RouteMatch|null